github.com/andybalholm/brotli.Reader.dist_rb_idx (field)
10 uses
github.com/andybalholm/brotli (current package)
decode.go#L1459: s.dist_rb_idx--
decode.go#L1460: s.distance_code = s.dist_rb[s.dist_rb_idx&3]
decode.go#L1468: var v int = (s.dist_rb_idx + int(kDistanceShortCodeIndexOffset>>uint(distance_code))) & 0x3
decode.go#L1824: s.dist_rb_idx--
decode.go#L1825: s.distance_code = s.dist_rb[s.dist_rb_idx&3]
decode.go#L1880: s.dist_rb_idx += s.distance_context
decode.go#L1916: s.dist_rb[s.dist_rb_idx&3] = s.distance_code
decode.go#L1918: s.dist_rb_idx++
state.go#L107: dist_rb_idx int
state.go#L234: s.dist_rb_idx = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |